home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / ten_pin_bowling.swf / scripts / DefineButton2_90 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  162b  |  11 lines

  1. on(release){
  2.    if(_root.setNos < _root.gotoSplash)
  3.    {
  4.       _root.rackStatus = "nextThrow";
  5.    }
  6.    else
  7.    {
  8.       _root.gotoAndStop("end");
  9.    }
  10. }
  11.